Getconfig names a function, with lambda list (&REST WORDS):
Reads a configuration key.
All WORDS are expected to be the keywords on the path to the config value.
#getconfig PROPERTY #getconfig PROP1 PROP2 [...]
#getconfig taskmaster devel
Returns the value of the selected configuration property as a string. If the selected property is a key with multiple values (as a property list --- plist) associated with it, returns the entire plist (and possibly, nested plists).
The format of the configuration file is completely different. The Java properties file has been replaced with a Lisp property list (plist) tree structure which is arranged entirely differerently.
Defined in file src/infinity/legacy-ops.lisp.